home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / moden / adxprot.dfm / adxprot.txt
Text File  |  1996-04-08  |  6KB  |  309 lines

  1. object ProtocolOptions: TProtocolOptions
  2.   Left = 331
  3.   Top = 148
  4.   BorderStyle = bsDialog
  5.   Caption = 'Protocol Options'
  6.   ClientHeight = 399
  7.   ClientWidth = 440
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object GeneralOptions: TGroupBox
  16.     Left = 8
  17.     Top = 8
  18.     Width = 217
  19.     Height = 146
  20.     Caption = '&General options'
  21.     TabOrder = 0
  22.     object Label1: TLabel
  23.       Left = 8
  24.       Top = 115
  25.       Width = 94
  26.       Height = 16
  27.       Caption = 'Name collision'
  28.     end
  29.     object gWriteFail: TComboBox
  30.       Left = 110
  31.       Top = 112
  32.       Width = 99
  33.       Height = 24
  34.       Style = csDropDownList
  35.       DropDownCount = 4
  36.       ItemHeight = 16
  37.       Items.Strings = (
  38.         'none'
  39.         'reject '
  40.         'rename '
  41.         'overwrite ')
  42.       TabOrder = 4
  43.     end
  44.     object gHonorDirectory: TCheckBox
  45.       Left = 7
  46.       Top = 20
  47.       Width = 193
  48.       Height = 17
  49.       Caption = 'Honor incoming directory'
  50.       TabOrder = 1
  51.     end
  52.     object gIncludeDirectory: TCheckBox
  53.       Left = 7
  54.       Top = 42
  55.       Width = 193
  56.       Height = 17
  57.       Caption = 'Include outgoing directory'
  58.       TabOrder = 0
  59.     end
  60.     object gRTSLowForWrite: TCheckBox
  61.       Left = 7
  62.       Top = 64
  63.       Width = 201
  64.       Height = 17
  65.       Caption = ' Set RTS low for disk writes'
  66.       State = cbChecked
  67.       TabOrder = 2
  68.     end
  69.     object gAbortNoCarrier: TCheckBox
  70.       Left = 7
  71.       Top = 86
  72.       Width = 193
  73.       Height = 17
  74.       Caption = 'Abort if carrier (DCD) lost'
  75.       TabOrder = 3
  76.     end
  77.   end
  78.   object ZmodemOptions: TGroupBox
  79.     Left = 8
  80.     Top = 168
  81.     Width = 217
  82.     Height = 169
  83.     Caption = '&Zmodem options'
  84.     TabOrder = 1
  85.     object Label2: TLabel
  86.       Left = 9
  87.       Top = 114
  88.       Width = 108
  89.       Height = 16
  90.       Caption = 'File managment:'
  91.     end
  92.     object zOptionOverride: TCheckBox
  93.       Left = 7
  94.       Top = 24
  95.       Width = 153
  96.       Height = 17
  97.       Caption = 'File options override'
  98.       TabOrder = 0
  99.     end
  100.     object zSkipNoFile: TCheckBox
  101.       Left = 7
  102.       Top = 46
  103.       Width = 153
  104.       Height = 17
  105.       Caption = 'Skip new files'
  106.       TabOrder = 1
  107.     end
  108.     object zRecover: TCheckBox
  109.       Left = 7
  110.       Top = 68
  111.       Width = 153
  112.       Height = 17
  113.       Caption = 'Crash recovery'
  114.       TabOrder = 2
  115.     end
  116.     object z8K: TCheckBox
  117.       Left = 7
  118.       Top = 92
  119.       Width = 89
  120.       Height = 17
  121.       Caption = '8K mode'
  122.       TabOrder = 3
  123.     end
  124.     object zFileManagment: TComboBox
  125.       Left = 10
  126.       Top = 131
  127.       Width = 160
  128.       Height = 24
  129.       Style = csDropDownList
  130.       ItemHeight = 16
  131.       Items.Strings = (
  132.         'none'
  133.         'newer or longer'
  134.         'CRC different'
  135.         'append'
  136.         'overwrite'
  137.         'newer'
  138.         'different'
  139.         'reject')
  140.       TabOrder = 4
  141.     end
  142.   end
  143.   object OK: TButton
  144.     Left = 16
  145.     Top = 352
  146.     Width = 89
  147.     Height = 33
  148.     Caption = 'OK'
  149.     Default = True
  150.     TabOrder = 4
  151.     OnClick = OKClick
  152.   end
  153.   object Cancel: TButton
  154.     Left = 128
  155.     Top = 352
  156.     Width = 89
  157.     Height = 33
  158.     Cancel = True
  159.     Caption = 'Cancel'
  160.     TabOrder = 5
  161.     OnClick = CancelClick
  162.   end
  163.   object KermitOptions: TGroupBox
  164.     Left = 240
  165.     Top = 8
  166.     Width = 193
  167.     Height = 113
  168.     Caption = '&Kermit  options'
  169.     TabOrder = 2
  170.     object Label3: TLabel
  171.       Left = 8
  172.       Top = 19
  173.       Width = 83
  174.       Height = 16
  175.       Caption = 'Block length:'
  176.     end
  177.     object Label5: TLabel
  178.       Left = 8
  179.       Top = 49
  180.       Width = 62
  181.       Height = 16
  182.       Caption = 'Windows:'
  183.     end
  184.     object Label6: TLabel
  185.       Left = 8
  186.       Top = 78
  187.       Width = 119
  188.       Height = 16
  189.       Caption = 'Timeout (seconds):'
  190.     end
  191.     object kBlockLen: TEdit
  192.       Left = 144
  193.       Top = 14
  194.       Width = 41
  195.       Height = 24
  196.       MaxLength = 4
  197.       TabOrder = 0
  198.     end
  199.     object kWindows: TEdit
  200.       Left = 144
  201.       Top = 48
  202.       Width = 41
  203.       Height = 24
  204.       MaxLength = 2
  205.       TabOrder = 1
  206.     end
  207.     object kTimeout: TEdit
  208.       Left = 144
  209.       Top = 82
  210.       Width = 41
  211.       Height = 24
  212.       MaxLength = 3
  213.       TabOrder = 2
  214.     end
  215.   end
  216.   object AsciiOptions: TGroupBox
  217.     Left = 240
  218.     Top = 136
  219.     Width = 193
  220.     Height = 201
  221.     Caption = '&Ascii options'
  222.     TabOrder = 3
  223.     object Label7: TLabel
  224.       Left = 8
  225.       Top = 20
  226.       Width = 100
  227.       Height = 16
  228.       Caption = 'Inter-char delay'
  229.     end
  230.     object Label8: TLabel
  231.       Left = 8
  232.       Top = 47
  233.       Width = 96
  234.       Height = 16
  235.       Caption = 'Inter-line delay'
  236.     end
  237.     object Label9: TLabel
  238.       Left = 8
  239.       Top = 100
  240.       Width = 93
  241.       Height = 16
  242.       Caption = 'CR translation:'
  243.     end
  244.     object Label10: TLabel
  245.       Left = 8
  246.       Top = 146
  247.       Width = 91
  248.       Height = 16
  249.       Caption = 'LF translation:'
  250.     end
  251.     object Label11: TLabel
  252.       Left = 8
  253.       Top = 75
  254.       Width = 82
  255.       Height = 16
  256.       Caption = 'EOF timeout:'
  257.     end
  258.     object sInterCharDelay: TEdit
  259.       Left = 144
  260.       Top = 15
  261.       Width = 41
  262.       Height = 24
  263.       TabOrder = 0
  264.     end
  265.     object sInterLineDelay: TEdit
  266.       Left = 144
  267.       Top = 43
  268.       Width = 41
  269.       Height = 24
  270.       TabOrder = 1
  271.     end
  272.     object sCRTrans: TComboBox
  273.       Left = 8
  274.       Top = 116
  275.       Width = 153
  276.       Height = 24
  277.       Style = csDropDownList
  278.       ItemHeight = 16
  279.       Items.Strings = (
  280.         'none'
  281.         'strip'
  282.         'add CR before LF'
  283.         'add LF after CR')
  284.       TabOrder = 3
  285.     end
  286.     object sLFTrans: TComboBox
  287.       Left = 8
  288.       Top = 163
  289.       Width = 153
  290.       Height = 24
  291.       Style = csDropDownList
  292.       ItemHeight = 16
  293.       Items.Strings = (
  294.         'none'
  295.         'strip'
  296.         'add CR before LF'
  297.         'add LF after CR')
  298.       TabOrder = 4
  299.     end
  300.     object sEOFTimeout: TEdit
  301.       Left = 144
  302.       Top = 71
  303.       Width = 41
  304.       Height = 24
  305.       TabOrder = 2
  306.     end
  307.   end
  308. end
  309.